projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d886825
)
(install): Make INSTALLDIR and contents world-readable.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 28 Apr 1998 21:11:23 +0000
(21:11 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 28 Apr 1998 21:11:23 +0000
(21:11 +0000)
leim/Makefile.in
patch
|
blob
|
history
diff --git
a/leim/Makefile.in
b/leim/Makefile.in
index 2110bce8163f599fd2dde41379b7cad095a5a8af..4ae67f882dfec4b74fb697ea258be3fdc84726b0 100644
(file)
--- a/
leim/Makefile.in
+++ b/
leim/Makefile.in
@@
-171,6
+171,7
@@
install: all
| (cd ${INSTALLDIR}; umask 0; tar -xvf - && cat > /dev/null) ;\
fi; \
else true; fi
+ -chmod -R a+r ${INSTALLDIR}
clean mostlyclean:
ELC=`echo ${TIT} | sed 's/\.el/.elc/g'`; \